OpenRoads Designer CONNECT Edition SDK Help

GetLinearPointCollectionByProfile Method

Gets the points on the ProfiledElement according to the pointSelection criteria Ported from Bentley.CifNET.GeometryModel (src.cs)

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPointCollection GetLinearPointCollectionByProfile( PointSelectionOption pointSelection,double linearStroking,double curveStroking,double profileStroke)

Parameters

SettingDescription
  PointSelectionOption Point selection criteria
    
    
    

Return Value

LinearPointCollection A collection of points satisfying the criteria

See Also